.loop(@imgName,@i,@e) when (@i < @e) {
  &:nth-child(@{i}) {
    background: url("../images/@{imgName}@{i}.png") center top no-repeat;
    background-size: cover;
  }
  .loop(@imgName, @i+1, @e);
}
.msg_empty{
	display: none;
	text-align: center;
	p{
		font-size: 16px;
		color: #000000;
		line-height: 21px;
		margin-top: 43px;
	}
}
#deal_msg_con--empty{
	height: 290px;
}
.displayFlex {
  display: -moz-box; /* Firefox */
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Safari */
  display: -webkit-flex; /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
}

.justifyConyent(@val) {
  -webkit-justify-content: @val;
  -moz-justify-conyent: @val;
  -ms-justify-conyent: @val;
  -o-justify-conyent: @val;
  justify-content: @val;
}

.flexWrap(@val) {
  -webkit-flex-wrap: @val;
  -moz-flex-wrap: @val;
  -ms-flex-wrap: @val;
  -o-flex-wrap: @val;
  flex-wrap: @val;
}

.w1010 {
  width: 1200px;
  margin: 0 auto;
}

.w100 {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

* {
  box-sizing: border-box;
}

/*首页飘窗*/
.float_div {
	position: absolute;
	width: 402px;
	height: 128px;
	z-index: 9999;
	display: none;
	opacity: 0;
}
.float_div .close {
	width: 54px;
	text-align: left;
	height: 24px;
	line-height: 24px;
	background-color: #DBDBDB;
	border: 1px solid #d4d4d4;
	color: #fff;
	text-indent: 10px;
	position: absolute;
	top: 0;
	right: 0;
}
.close i {
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	margin: -2px 0 0 -6px;
}
.float_div .text {
	display: block;
	width: 402px;
	height: 128px;
	padding: 40px 10px 10px 10px ;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: url(../images/ad-left-bg.png) no-repeat;
	margin-bottom: 10px;
	line-height: 150%;
}
.float_div a:last-child {
	margin: 0;
}
html {
  .w100;
  min-height: 800px;
  body {
    // background: url("../images/index-bg.jpg") center top no-repeat;
    background: #ffffff;
    position: relative;
    // padding-bottom: 160px;
    height: 100%;
    // min-height: 800px;
    // overflow: hidden;
    font-size: 14px;
	color: #000000;
    .index-conter {
      .w1010;
      position: relative;
      height: 100%;
      padding-top: 3%;
      min-height: 690px;
      .index-conter-header {
        /*position: relative;
        height: 13%;
        margin-bottom: 7%;*/
        img {
          position: absolute;
          &#logo1{
            top: 35%;
            left: 555px;
          }
          &#logo2{
            top: 47%;
            left: 427px;
          }
          &#logo3{
            top: 52%;
            left: 277px;
          }
        }
        form {
          position: absolute;
          right: 480px;
          top: 60%;
          border: 2px #263596 solid;
          width: 234px;
          height: 42px;
          z-index: 10;
          input {
            width: 190px;
            height: 38px;
            line-height: 38px;
            padding: 0 5px;
            float: left;
          }
          button {
            float: left;
            width: 40px;
            height: 38px;
            border: none;
            cursor: pointer;
            background: #263596 url("../images/ss.png") 50% 50% no-repeat;
          }
        }
      }
      .index-conter-conter {
        margin-top: 1%;
        height: 65%;
        position: absolute;
        top: 50%;
        opacity: 0;
        .conter-left {
          height: 100%;
          padding-top: 55px;
          position: relative;
          width: 800px;
          float: left;
          .service-list {
            height: 100%;
            margin: 0px 0 0 -10px;
            & > li {
              float: left;
              margin: 10px 0 0 10px;
              width: 145px;
              height:80px;
              position: relative;
              box-shadow: 0 0 10px 1px #ccc;
              .loop(index-block, 2, 13);
              &:first-child {
                width: 320px;
                height: 170px;
              }
              &:nth-child(2) {
                padding:10px 20px;
                width:160px;
                height: 170px;
                dt {
                  background: url("../images/icon2-b.png") 0 50% no-repeat;
                }
              }
              &:nth-child(8) {
                padding: 10px 20px;
                width: 160px;
                height: 170px;
                dt {
                  background: url("../images/icon3-b.png") 0 50% no-repeat;
                }
              }
              &:nth-child(7) {
                width: 320px;
                height: 170px;
                a{
                  span{
                    margin: 0;
                    font-size: 24px;
                  }
                }
              }
              &:hover{
                box-shadow: 0 0 20px 2px rgba(77,77,81,.4);
              }
              a {
                display: block;
                width: 100%;
                height: 100%;
                color: #333;
                img {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  margin-top: -10px;
                }
                span {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  width: 100%;
                  text-align: center;
                  margin-top: 15%;
                  font-size: 16px;
                }
                dt {
                  font-size: 16px;
                  padding-left: 35px;
                  height: 30px;
                  line-height: 30px;
                  margin-bottom: 2%;
                }
                dd {
                  line-height: 200%;
                }
              }
            }
          }
        }
        .conter-conter{
          float: left;
          width: 160px;
          margin: 0 30px;
          height: 100%;
          .right-bottom {
            height: 100%;
            padding-top: 55px;
            position: relative;
            .supervise-list {
              height: 100%;
              margin: 0 0 0 -10px;
              & > li {
                float: left;
                margin: 10px 0 0 10px;
                width: 160px;
                position: relative;
                height: 170px;
                box-shadow: 0 0 10px 1px #ccc;
                .loop(index-blocks, 1, 3);
                &:hover{
                  box-shadow: 0 0 20px 2px rgba(77,77,81,.4);
                }
                a {
                  display: block;
                  width: 100%;
                  height: 100%;
                  color: #fff;
                  img {
                    position: absolute;
                    top: 2%;
                    right: -10px;
                    height: 96%;
                  }
                  span {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 100%;
                    text-align: center;
                    font-size: 16px;
                    font-weight: bold;
                  }
                }
                &:nth-child(2) {
                  a {
                    img {
                      top: 50%;
                      left: 50%;
                      transform: translate(-50%, -50%);
                      margin-left: -45px;
                      height: auto;
                    }
                    span {
                      text-indent: 25px;
                    }
                  }
                }
              }
            }
          }
        }
        .conter-right {
          height: 100%;
          width: 180px;
          float: right;
          .right-top {
            height: 100%;
            padding-top: 55px;
            position: relative;
            .transaction-list {
              height: 100%;
              margin: 0 0 0 -10px;
              & > li {
                float: left;
                margin: 10px 0 0 10px;
                width: 85px;
                height: 110px;
                position: relative;
                box-shadow: 0 0 10px 1px #ccc;
                .loop(index-blockse, 1, 6);
                &:hover{
                  box-shadow: 0 0 20px 2px rgba(77,77,81,.4);
                }
                &:nth-child(3) {
                  width: 180px;
                }
                a {
                  display: block;
                  width: 100%;
                  height: 100%;
                  color: #fff;
                  img {
                    position: absolute;
                    top: 2%;
                    right: -10px;
                    height: 96%;
                  }
                  span {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 100%;
                    text-align: center;
                    font-size: 16px;
                    font-weight: bold;
                  }
                }
              }
            }
          }
        }
      }
      .index-conter-footer {
        margin-top: 1%;
        height: 20%;
        padding-top: 55px;
        position: relative;
        #links {
          overflow: hidden;
          width: 1010px;
          display: inline-block;
          margin-bottom: 10px;
          height: 100%;
          a{
            display: block;
            height: 100%;
            img {
              margin-right: 20px;
              height: 100%!important;
              max-height: 70px;
              /*box-shadow: 0 0 10px 1px #ccc;*/
            }
          }
        }
      }
      .tit {
        position: absolute;
        top: 0;
        height: 50px;
        line-height: 60px;
        span {
          color: #333;
          font-size: 20px;
          font-weight: bold;
        }
      }
    }
    .index-foot {
      position: absolute;
      bottom: -80px;
      opacity: 0;
      width: 100%;
      height: 160px;
      background: rgba(0, 0, 0, .5);
      padding: 35px 0 35px 0;
      color: #fff;
      text-align: center;
      .index-foot-conter {
        .w1010;
        color: #fff;
        .foot-left {
          width: 800px;
          float: left;
          border-right: 1px #fff solid;
          p{
            span{
              color: #fff!important;
              a:link{
                color: #fff!important;
              };
              a:visited{
                 color: #fff!important;
               };
              a:hover{
                color: #00a0e9!important;
              }
            }
          }
        }
        .foot-right {
          width: 380px;
          float: left;
          margin-left: 15px;
          ul {
            width: 100%;
            li {
              float: left;
              width: 50%;
              height: 90px;
              line-height: 160px;
              overflow: hidden;
              a {
                color: #fff;
                display: block;
                width: 100%;
                height: 100%;
              }
              &:nth-child(1) {
                // background: url("../images/blue.png") 50% 20% no-repeat;
              }
              &:nth-child(2) {
                background: url("../images/foot3.png") 50% 30% no-repeat;
              }
              /*&:nth-child(3) {
                background: url("../images/foot3.png") 50% 15% no-repeat;
              }*/
            }
          }
        }
      }
    }
  }
}

@media screen and(max-height: 900px){
  .service-list > li a dd{
    line-height: 150%!important;
  }
}
.main{
	min-height: 200px;
	.index_main{
		margin: 0 auto;
		.title{
			margin: 0 0 27px;
			text-align: center;
			background: url('../images/huangshi-title-bg.png') center center no-repeat;
			.title_main{
				font-size: 28px;
				font-weight: bold;
				line-height: 37px;
			}
		}
		.nav{
			.nav_con{
				float:left;
				position: absolute;
				left: 50%;
				transform: translate(-50%,0);
				line-height: 24px;
				color: rgba(0,0,0,.25);
				span{
					font-size: 18px;
					font-weight: bold;
					color: #000000;
					line-height: 24px;
					padding: 0 16px;
					cursor: pointer;
					vertical-align: middle;
					color: rgba(0,0,0,.65);
					transition: all .5s;
				}
				span:hover{
					color: #007AE6;
				}
				.active{
					color: #007AE6;
				}
			}
			.more{
				float:right;
			}
		}
		.index_list{
			overflow: hidden;
			ul{
				li{
					line-height: 47px;
					border-bottom: 1px dashed #EEEEEE;
					padding-left:15px;
					position: relative;
					font-size: 16px;
					a{
						color: rgba(0,0,0,.65);
						p{
							width: calc(~"100% - 180px");
							overflow: hidden;
							text-overflow:ellipsis;
							white-space: nowrap;
						}
						.time{
							width: 100px;
						}
					}
				}
				li:before{
					content: '';
					width: 6px;
					height: 6px;
					position: absolute;
					top: 55%;
					left: 1px;
					transform: rotate(45deg) translate(-50%,-50%);
					background: rgba(0,0,0,.65);
				}
				li:hover a{
					color: #007AE6;
				}
				li:hover::before{
					background: #007AE6;
				}
			}
		}
	}
	// 各种系统
	.many_sys{
		margin: 0 auto;
		margin-top: 48px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		.item{
			display: block;
			position: relative;
			width: 11.1%;
			.circle{
				width: 80px;
				height: 80px;
				background: linear-gradient(360deg, #3196FA 0%, #78BFFF 100%);
				border-radius: 50%;
				margin: 0 auto;
				text-align: center;
				position: relative;
				z-index: 9;
				img{
					width: 44px;
					height: 44px;
					margin-top: 18px;
				}
			}
			.shadow{
				width: 78px;
				height: 78px;
				background: linear-gradient(270deg, rgba(119, 190, 255, 0) 0%, rgba(52, 151, 250, 0.3) 100%);
				position: absolute;
				// top: 20px;
				// left: 75px;
				top: 16px;
				left: 60px;
				transform: rotate(30deg);
				z-index: 0;
			}
			p{
				font-size: 16px;
				margin-top: 26px;
				font-family: MicrosoftYaHei;
				line-height: 21px;
				text-align: center;
			}
		}
		.item:hover .circle{
			background: #007AE6;
		}
		.item:hover p{
			font-weight: bold;
			color: #007AE6;
		}
	}
	// 综合信息
	.syn_trends{
		margin-top: 48px;
		.syn_trends_con{
			margin-top: 27px;
			height: 396px;
			.syn_trends_left{
				width: 624px;
				height: 100%;
				overflow: hidden;
				position: relative;
				.swiper-slide{
					text-align: center;
					img{
						width: 100%;
						height: 100%;
					}
					.btm_text{
						position: absolute;
						z-index: 90;
						left: 0;
						bottom: 0;
						height: 36px;
						line-height: 36px;
						width: 100%;
						background: rgba(0, 0, 0, 0.3);
						padding-left: 12px;
					}
					div{
						position: absolute;
						z-index: 99;
						left: 0;
						bottom: 0;
						height: 36px;
						line-height: 36px;
						color: #fff;
						width: 400px;
						overflow: hidden;
						text-overflow:ellipsis;
						white-space: nowrap;
						text-align: left;
						padding-left: 12px;
					}
				}
				.swiper-pagination{
					height: 36px;
					// background: rgba(0, 0, 0, 0.3);
					bottom: 0;
					display: flex;
					justify-content: flex-end;
					align-items: center;
					padding: 0 12px;
					.swiper-pagination-bullet{
						width: 10px;
						height: 10px;
						background: rgba(255,255,255,.45);
					}
					.swiper-pagination-bullet-active{
						width: 24px;
						background: #FFFFFF;
						border-radius: 5px;
					}
				}
			}
			.syn_trends_right{
				width: 676px;
				height: 100%;
				box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
				padding: 0 16px 15px 24px;
				.syn_trends_right_top{
					padding: 12px 0;
					border-bottom: 1px dashed #EEEEEE;
					.left_nav{
						float: left;
						span{
							font-size: 18px;
							font-weight: bold;
							line-height: 24px;
							padding: 0 16px;
							cursor: pointer;
							vertical-align: middle;
							color: rgba(0, 0, 0, 0.65);
							transition: all .5s;
						}
						span:first-child{
							padding-left: 0;
						}
						span:hover{
							color: #007AE6;
						}
						.active{
							color: #007AE6;
						}
					}
					.more{
						float:right;
					}
				}
				.syn_trends_right_btm{
					li{
						a{
							p{
								width: 428px;
							}
							.time{
								width: 100px;
							}
						}
					}
				}
			}
		}
	}
	// 交易信息
	.deal_msg{
		margin-top: 48px;
		.deal_msg_con{
			margin-top: 20px;
			.hexagon_list{
				margin-bottom: 20px;
				.hex{
					width: 124px;
					height: 100px;
					float: left;
					margin-right: 22px;
					cursor: pointer;
					background: #ECF5FF;
					transition: all .5s;
					position: relative;
					padding: 14px 0;
					color: #007AE6;
					.icon{
						width: 36px;
						height: 40px;
						margin-bottom: 12px;
						font-size: 38px;
						position: relative;
					}
					.icon:before{
						position: absolute;
						left: 0;
						top: 12px;
					}
					.special{
						margin-bottom: 5px;
					}
					div{
						text-align: center;
						margin: 0 auto;
						line-height: 19px;
					}
					.tri{
						width: 0;
						height: 0;
						border-style: solid;
						position: absolute;
					}
					.tri1{
						border-width: 62px 30px 0 0;
						border-color: #ffffff transparent transparent transparent;
						top: 0;
						left: 0;
					}
					.tri2{
						border-width: 0 30px 62px 0;
						border-color: transparent #ffffff transparent transparent;
						top: 0;
						right: 0;
					}
					.tri3{
						border-width: 62px 0 0 30px;
						border-color: transparent transparent transparent #ffffff;
						bottom: 0;
						left: 0;
					}
					.tri4{
						border-width: 0 0 62px 30px;
						border-color: transparent transparent #ffffff transparent;
						bottom: 0;
						right: 0;
					}
				}
				.hex:hover{
					color: #FFFFFF;
					background: linear-gradient(360deg, #3196FA 0%, #78BFFF 100%);
				}
				.hex:last-child{
					margin-right: 0;
				}
				.active{
					color: #FFFFFF;
					background: linear-gradient(360deg, #3196FA 0%, #78BFFF 100%);
				}
			}
			#deal_msg_con_btm{
				height: 290px;
				box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
				padding: 24px 0;
				position: relative;
				overflow: hidden;
				.swiper-slide{
					padding: 0 18px;
					.item{
						width: 408px;
						float: left;
						margin: 0 20px 16px 0;
						padding: 12px 28px 12px 0;
						position: relative;
						overflow: hidden;
						cursor: pointer;
						p{
							font-size: 14px;
							color: rgba(0,0,0,.65);
							line-height: 19px;
							padding-left: 32px;
						}
						.title_top{
							font-size: 16px;
							color: #000000;
							line-height: 21px;
							margin-bottom: 13px;
							position: relative;
							width: 100%;
							overflow: hidden;
							text-overflow:ellipsis;
							white-space: nowrap;
						}
						.title_top:before{
							content: '';
							width: 6px;
							height: 6px;
							position: absolute;
							top: 50%;
							left: 12px;
							transform: rotate(45deg) translate(0,-50%);
							background: #007AE6;
						}
						span{
							position: absolute;
							background: linear-gradient(360deg, #3196FA 0%, #78BFFF 100%);
							display: none;
						}
						.top{
							width: 1px;
							height: 100%;
							top: 0;
							left: 0;
							animation: top .5s linear;
						}
						.left{
							width: 100%;
							height: 1px;
							top: 0;
							left: 0;
							animation: left .51s linear;
						}
						.right{
							width: 100%;
							height: 1px;
							right: 0;
							bottom: 0;
							animation: right .5s linear;
						}
						.bottom{
							width: 1px;
							height: 100%;
							right: 0;
							bottom: 0;
							animation: bottom .5s linear;
						}
					}
					@keyframes top{
						0%{
							top: -100%;
						}
						100%{
							top: 0;
						}
					}
					@keyframes left{
						0%{
							left: -100%;
						}
						100%{
							left: 0;
						}
					}
					@keyframes right{
						0%{
							right: -100%;
						}
						100%{
							right: 0;
						}
					}
					@keyframes bottom{
						0%{
							bottom: -100%;
						}
						100%{
							bottom: 0;
						}
					}
					.item:hover span{
						display: block;
					}
					.item:nth-child(3n+3){
						margin-right: 0;
					}
				}
				.swiper-pagination{
					bottom: 16px;
					span{
						width: 10px;
						height: 10px;
						background: rgba(0, 0, 0, .45);
					}
					.swiper-pagination-bullet-active{
						width: 25px;
						background: #007AE6;
						border-radius: 5px;
					}
				}
			}
		}
	}
	// 今日标讯
	.bid_msg{
		margin-top: 67px;
		.bid_msg_con{
			margin-top: 20px;
			.item{
				width: 198px;
				height: 120px;
				box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
				float: left;
				margin-right: 22px;
				overflow: hidden;
				position: relative;
				img{
					position: absolute;
				}
				.top_bg{
					height: 4px;
					background: linear-gradient(270deg, #78BFFF 0%, #3196FA 100%);
				}
				.btm_con{
					height: calc(100% - 4px);
					.bid_msg_title{
						margin-top: 16px;
						font-size: 20px;
						font-family: MicrosoftYaHei;
						color: #000000;
						line-height: 26px;
						text-align: center;
					}
					.sjx{
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 8px 8px 0 8px;
						border-color: #ffbb00 transparent transparent transparent;
						margin: 0 auto;
						margin-top: 2px;
					}
					.count{
						font-size: 14px;
						font-family: MicrosoftYaHei;
						color: #000000;
						line-height: 19px;
						text-align: center;
						margin-top: 5px;
						span{
							font-size: 32px;
							font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
							font-weight: bold;
							color: #007AE6;
							line-height: 42px;
							margin-right: 4px;
						}
					}
				}
			}
			.item1{
				.img1{
					left: -31px;
					top: 22px;
				}
				.img2{
					width: 34px;
					height: 34px;
					right: 12px;
					top: 19px;
				}
				.img3{
					width: 57px;
					height: 57px;
					right: 37px;
					bottom: -23px;
				}
			}
			.item2{
				.img1{
					width: 57px;
					height: 57px;
					left: -15px;
					top: -10px;
				}
				.img2{
					width: 34px;
					height: 34px;
					right: -10px;
					top: 19px;
				}
				.img3{
					left: 19px;
					bottom: -50px;
				}
			}
			.item3{
				.img1{
					width: 57px;
					height: 57px;
					left: -15px;
					top: 10px;
				}
				.img2{
					width: 34px;
					height: 34px;
					right: 19px;
					top: -4px;
				}
				.img3{
					right: 19px;
					bottom: -50px;
				}
			}
			.item4{
				.img1{
					left: 0;
					top: -50px;
				}
				.img2{
					width: 34px;
					height: 34px;
					right: -10px;
					bottom: 26px;
				}
				.img3{
					width: 57px;
					height: 57px;
					left: 71px;
					bottom: -20px;
				}
			}
			.item5{
				.img1{
					left: 0;
					top: -50px;
				}
				.img2{
					width: 34px;
					height: 34px;
					right: -10px;
					bottom: 26px;
				}
				.img3{
					width: 57px;
					height: 57px;
					left: 71px;
					bottom: -20px;
				}
			}
			.item6{
				.img1{
					width: 57px;
					height: 57px;
					left: -15px;
					top: 10px;
				}
				.img2{
					right: -30px;
					top: -23px;
				}
				.img3{
					width: 34px;
					height: 34px;
					right: 55px;
					bottom: 4px;
				}
			}
			.item:last-child{
				margin-right: 0;
			}
		}
	}
	// 交易智库
	.deal_store{
		margin-top: 59px;
		.deal_store_con{
			a{
				width: 308px;
				height: 120px;
				float: left;
				margin-right: 22px;
				color: #FFFFFF;
				font-size: 24px;
				line-height: 31px;
				font-weight: bold;
				position: relative;
				span{
					position: absolute;
					top: 38px;
					left: 32px;
				}
				span:after{
					content: '';
					width: 48px;
					height: 4px;
					background: #FFFFFF;
					border-radius: 3px;
					opacity: 0.45;
					position: absolute;
					left: 0;
					bottom: -8px;
				}
			}
			a:nth-child(1){
				background: url('../images/huangshi-zcfg-bg.png') no-repeat;
			}
			a:nth-child(2){
				background: url('../images/huangshi-bszn-bg.png') no-repeat;
			}
			a:nth-child(3){
				background: url('../images/huangshi-czsc-bg.png') no-repeat;
			}
			a:nth-child(4){
				background: url('../images/huangshi-gjxz-bg.png') no-repeat;
				margin-right: 0;
			}
		}
	}
	// 专家管理
	.expert_adm{
		margin-top: 48px;
		.expert_adm_con{
			margin-top: 20px;
			height: 286px;
			.expert_adm_left{
				width: 1188px;
				height: 100%;
				box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
				padding: 0 16px 0 24px;
				li:nth-child(6){
					border-bottom: 0;
				}
			}
			.expert_adm_right{
				display: block;
				width: 88px;
				height: 100%;
				background: linear-gradient(45deg, #78BFFF 0%, #3196FA 100%);
				padding: 53px 22px;
				color: #ffffff;
				font-size: 24px;
				img{
					margin-bottom: 12px;
				}
				p{
					width: 25px;
					margin: 0 auto;
					line-height: 31px;
				}
			}
		}
	}
	// 交易监管
	.deal_sup{
		margin-top: 48px;
		.deal_sup_con{
			margin-top: 20px;
			height: 286px;
			.deal_sup_left{
				width: 968px;
				height: 100%;
				margin-right: 24px;
				box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
				padding: 0 16px 0 24px;
				li:nth-child(6){
					border-bottom: 0;
				}
			}
			.deal_sup_right{
				width: 308px;
				height: 100%;
				.item{
					height: 86px;
					position: relative;
					overflow: hidden;
					cursor: pointer;
					display: block;
					line-height: 86px;
					text-align: center;
					color: #ffffff;
					font-size: 16px;
					margin-bottom: 12px;
					img{
						width: 32px;
						height: 32px;
						margin-right: 10px;
					}
					.circle1{
						position: absolute;
						bottom: -348px;
						left: 10px;
						width: 350px;
						height: 350px;
						background: linear-gradient(132deg, rgba(184, 226, 255, 0.2) 0%, rgba(180, 184, 255, 0.2) 100%);
						border-radius: 40%;
						transform: rotate(45deg);
					}
					.circle2{
						position: absolute;
						bottom: -345px;
						left: -90px;
						width: 350px;
						height: 350px;
						background: linear-gradient(132deg, rgba(184, 226, 255, 0.2) 0%, rgba(180, 184, 255, 0.2) 100%);
						border-radius: 35%;
						transform: rotate(45deg);
					}
				}
				.item:hover .circle1{
					animation: rotate 12s linear infinite;
				}
				.item:hover .circle2{
					animation: rotate 10s linear infinite;
				}
				.item:nth-child(1){
					height: 88px;
					line-height: 88px;
					background: linear-gradient(45deg, #928FFF 0%, #428BF2 100%);
				}
				.item:nth-child(2){
					height: 88px;
					line-height: 88px;
					background: linear-gradient(45deg, #1DD8F9 0%, #24A8FD 100%);
				}
				.item:last-child{
					background: linear-gradient(45deg, #78BFFF 0%, #3196FA 100%);
					margin-bottom: 0;
				}
				@keyframes rotate{
					0% {
						transform: rotate(45deg);
					}
					100% {
						transform: rotate(404deg);
					}
				}
			}
		}
	}
	// 数据服务
	.base_service_bg{
		margin-top: 48px;
		background: url('../images/huangshi-btm-bg.png') bottom no-repeat;
		background-size: 100% 484px;
		padding-bottom: 40px;
	}
	// 数据服务
	.base_service{
		padding-bottom: 36px;
		.base_service_con{
			margin-top: 20px;
			height: 444px;
			background: #FFFFFF;
			box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
			padding: 0 36px;
		}
		.base_service_con1{
			padding: 0 57px;
			.base_service_left{
				height: 100%;
				width: 470px;
			}
			.base_service_middle{
				width: 120px;
				padding: 54px 0;
				position: relative;
				margin-left: 10px;
				>div{
					color: #999999;
					margin-bottom: 47px;
					padding-left: 20px;
					position: relative;
					font-size: 16px;
					line-height: 21px;
					cursor: pointer;
				}
				>div:last-child{
					margin-bottom: 0;
				}
				>div:before{
					content:'';
					width: 10px;
					height: 10px;
					background: #999999;
					border-radius: 50%;
					position: absolute;
					left: -5px;
					top: 6px;
				}
				.active{
					color: #007AE6;
				}
				.active:before{
					background: #007AE6;
				}
				.active:after{
					content:'';
					width: 18px;
					height: 18px;
					background: rgba(0, 122, 230, 0.15);
					border-radius: 50%;
					position: absolute;
					left: -9px;
					top: 2px;
				}
			}
			.base_service_middle:before{
				content: '';
				display: inline-block;
				height: calc(~"100% - 130px");
				border-left: 1px dashed #EEEEEE;
				position: absolute;
				left: -1px;
				top: 70px;
			}
			.base_service_right{
				width: 540px;
				height: 100%;
				padding: 37px 0;
				.base_service_top{
					height: 80px;
					background: linear-gradient(270deg, rgba(120,191,255,.08) 0%, rgba(49,150,250,.08) 100%);
					padding: 13px 0;
					p{
						font-size: 16px;
						font-family: MicrosoftYaHei;
						line-height: 21px;
						text-align: center;
					}
					p:first-child{
						font-size:20px;
						font-weight: bold;
						line-height: 26px;
						margin-bottom: 7px;
					}
				}
				.base_service_btm{
					p{
						font-size: 20px;
						font-family: MicrosoftYaHei;
						line-height: 26px;
						bottom: 30px;
					}
					.pic1{
						width: 270px;
						height: 328px;
						float: left;
						position: relative;
						#pic1{
							width: 270px;
							height: 328px;
						}
						p{
							position: absolute;
							left: 60px;
						}
					}
					.pic2{
						width: 270px;
						height: 328px;
						float:right;
						position: relative;
						#pic2{
							width: 270px;
							height: 328px;
						}
						p{
							position: absolute;
							left: 55px;
						}
					}
				}
			}
		}
		.base_service_con2{
			display: none;
			.base_service_top{
				text-align: center;
				padding: 28px 0;
				font-size: 20px;
				font-family: MicrosoftYaHei;
				border-bottom: 1px dashed #EEEEEE;
				display: flex;
				justify-content: center;
				align-items: center;
				.base_title{
					margin-right: 28px;
				}
				.base_box{
					display: inline-block;
					width: 40px;
					height: 48px;
					background: #FFFFFF;
					border-radius: 4px;
					border: 2px solid #EEEEEE;
					line-height: 44px;
					font-size: 24px;
					font-weight: bold;
				}
				.base_box + .base_box{
					margin-left: 16px;
				}
				.dou{
					display: inline-block;
					margin: 0 8px;
					width: 24px;
				}
				.zero{
					color: rgba(0,0,0,.25);
					font-size: 24px;
				}
			}
			.base_service_btm{
				margin-top: 23px;
				.map{
					width: 287px;
					height: 276px;
				}
				.count{
					width: 285px;
					height: 280px;
					margin: 0 63px;
					position: relative;
					overflow: hidden;
					.count_title{
						font-family: MicrosoftYaHei;
						font-size: 20px;
						color: rgba(0, 0, 0, 0.85);
						line-height: 26px;
						text-align: center;
					}
					.sjx{
						width: 0;
						height: 0;
						border-style: solid;
						border-width: 8px 8px 0 8px;
						border-color: #ffbb00 transparent transparent transparent;
						margin: 9px auto 12px;
					}
					.num{
						font-size: 14px;
						font-family: MicrosoftYaHei;
						text-align: center;
						>div{
							height: 32px;
							line-height: 32px;
							text-align: center;
						}
						>div:nth-child(2n+1){
							background: #ECF5FF;
						}
					}
				}
				.items{
					width: 509px;
					margin-top: 16px;
					.item{
						width: 242px;
						height: 120px;
						border: 1px solid #EEEEEE;
						float: left;
						margin: 0 24px 24px 0;
						padding: 16px 16px 20px;
						.item_title{
							font-size: 16px;
							font-family: MicrosoftYaHei;
							color: rgba(0, 0, 0, 0.85);
							line-height: 16px;
							position: relative;
						}
						.item_title:after{
							content: '';
							width: 36px;
							height: 2px;
							background: #FFBA00;
							border-radius: 2px;
							position: absolute;
							bottom: -8px;
							left: 0;
						}
						.num{
							margin-top: 36px;
							font-size: 14px;
							font-family: MicrosoftYaHei;
							color: rgba(0, 0, 0, 0.65);
							line-height: 14px;
							text-align: right;
							span{
								font-weight: bold;
								color: #007AE6;
								font-size: 32px;
								line-height: 32px;
								margin-right: 8px;
							}
						}
					}
					.item:nth-child(2n+2){
						margin-right: 0;
					}
				}
			}
		}
	}
	// 友情链接
	.friendly_links{
		margin: 0 auto;
		>ul.friendly_links_ul{
			>li.link_item_3{
				position: relative;
				width: 30%;
				line-height: 40px;
    			font-size: 16px;
				margin-right: 65px;
				>a{
					display: block;
					padding: 0 20px;
					background: #ffffff url('../images/huangshi-links_arr.png') 96% 50% no-repeat;
					text-align: center;
				}
				ul{
					width: 100%;
					position: absolute;
					bottom: 40px;
					max-height: 200px;
					border: 1px solid #ddd;
					background-color: #fff;
					transform: translate(0, 3px);
					// opacity: 0;
					overflow-x: hidden;
    				overflow-y: auto;
					display: none;
					li{
						border-top: 1px solid #ddd;
						line-height: 39px;
						text-align: center;
						transition: all .3s;
						cursor: pointer;
						a{
							display: block;
							overflow: hidden;
							white-space: nowrap;
							word-break: keep-all;
							text-overflow: ellipsis;
							font-size: 14px;
						}
					}
					li:hover a{
						color: #007AE6;
					}
				}
			}
			// >li.link_item_3:hover ul{
			// 	opacity: 1;
			// }
			>li.link_item_3:last-child{
				margin-right: 0;
			}
		}
	}
}